SG Window Window Object
ReleaseDC Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Releases device context previously returned from GetDC or GetWindowDC methods

Syntax

object.ReleaseDC(hdc As Long)

Part Description
object The object is expression that evaluates to Window object
hdc Required. Device context to be released.
Remarks

Call ReleaseDC method to release device context handle previously returned from GetDC or GetWindowDC methods.